home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / PowerPC / chunkyppc / chunkyppcbase.h < prev    next >
C/C++ Source or Header  |  2000-05-16  |  190b  |  11 lines

  1. #ifndef CHUNKYPPCBASE_H
  2.  
  3. typedef struct {
  4.    struct Library         lib_node;
  5.    APTR                   seg_list;
  6.    struct ExecBase       *sys_base;
  7.    int *Internal3;
  8. } ChunkyPPC;
  9.  
  10. #endif
  11.